vendor/golang.org/x/net/dns/dnsmessage.Builder.startCheck (method)
5 uses
vendor/golang.org/x/net/dns/dnsmessage (current package)
message.go#L1256: func (b *Builder) startCheck(s section) error {
message.go#L1268: if err := b.startCheck(sectionQuestions); err != nil {
message.go#L1277: if err := b.startCheck(sectionAnswers); err != nil {
message.go#L1286: if err := b.startCheck(sectionAuthorities); err != nil {
message.go#L1295: if err := b.startCheck(sectionAdditionals); err != nil {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |